/home/estudydev/workspace/eStudy_svn/web/photogallery/board.php File Reference
Go to the source code of this file.
Enumeration Type Documentation
relativer Pfad zum Root des Portals
Definition at line 53 of file board.php.
Variable Documentation
Einbinden der Settings Funktionen
Definition at line 71 of file board.php.
| $navpath = 'Bilderübersicht' |
| else $slideshow_link = "" |
| $subscribe = mysql_fetch_array(forum_query("SELECT subscribeid, boardid FROM forum_subscribe WHERE threadid = 0 AND boardid = $board[boardid] AND userID = $g_user[userID] ")) |
| $subscribeid = $subscribe['subscribeid'] |
| $titleprepend = $board['boardname'].' - ' |
| if (!isset($board['boardid'])||!$board['boardid']||$board['boarddisabled']) if (!getAlbumRight('view', $board['boardid'])) $TMain = new Template("templates/frame.html") |
Kopf des Forums
Definition at line 85 of file board.php.
| $topic_pages = ceil($board['boardthreads']/$config['vars_t_amount']) |
| $topicicon[0] = 'fullalpha' |
| $TTopicrow = new Template("templates/topicrow.html") |
| $TTopics = new Template("templates/topics.html") |
| if(isset($_POST['Cancel'])) |
Initialisierungsdatei (Einstellungen, Einbindung von Klassen, Session-Start) Ausgabe des HTML-Kopfes und der Menues
Definition at line 60 of file board.php.